3. Program to accept three Number and Print Largest among them.
class CommandLineArgs
{ public static void main(String args[]) { int a, b, c;
a = Integer.parseInt(args[0]); b = Integer.parseInt(args[1]); c = Integer.parseInt(args[2]);
if (a > b && a > c) { System.out.println("Largest Number is : " + a); } else if (b > c) { System.out.println("Largest Number is : " + b); } else { System.out.println("Largest Number is : " + c); } } }
3. Program to accept three Number and Print Largest among them.
class CommandLineArgs
{ public static void main(String args[]) { int a, b, c;
a = Integer.parseInt(args[0]); b = Integer.parseInt(args[1]); c = Integer.parseInt(args[2]);
if (a > b && a > c) { System.out.println("Largest Number is : " + a); } else if (b > c) { System.out.println("Largest Number is : " + b); } else { System.out.println("Largest Number is : " + c); } } }
With the help of the Search Filters option, users can now filter search results by type. They can do that by using the new tabs: Media, Links, Files and others. Searches can be done based on the particular time period like by typing in the date or even βYesterdayβ. If users type in the name of a person, group, channel or bot, an extra filter will be applied to the searches.
However, analysts are positive on the stock now. βWe have seen a huge downside movement in the stock due to the central electricity regulatory commissionβs (CERC) order that seems to be negative from 2014-15 onwards but we cannot take a linear negative view on the stock and further downside movement on the stock is unlikely. Currently stock is underpriced. Investors can bet on it for a longer horizon," said Vivek Gupta, director research at CapitalVia Global Research.